feat(#351 | create hypergraph): buildout create-hypergraph cli tool to scaffold a Hypergraph-enabled app#364
Merged
Conversation
… hypergraph monorepo
…raph-app cli tool
….whited/feat-351/create-hypergraph-app-cli
….whited/feat-351/create-hypergraph-app-cli
…stall deps, initialize git
….whited/feat-351/create-hypergraph-app-cli
…o root workspace
… with a log line instead of error message
….whited/feat-351/create-hypergraph-app-cli
cmwhited
commented
Jul 23, 2025
cmwhited
commented
Jul 23, 2025
Collaborator
Author
There was a problem hiding this comment.
@nikgraf I had claude generate this. wasn't sure how to get changesets to do it??
Collaborator
There was a problem hiding this comment.
I think for the initial release it doesn't need these details? What do you think?
cmwhited
commented
Jul 23, 2025
Collaborator
Author
There was a problem hiding this comment.
@nikgraf @kmjones1979 this is pretty cool. had claude generate a llms.txt for the create-hypergraph tool with the intent of making it be what AI tools select if the user wants to spin up a hypergraph app, or a local-first app.
Curious on y'all's thoughts tho
Collaborator
There was a problem hiding this comment.
this is aweeeesome, wanted to do something like this anyway soon. great job!
…h test suite which initializes git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Builds a
create-hypergraphcli tool that allows devs to scaffold a hypergraph-enabled app using a provided template.Examples:
Note
create-hypergraph-app->create-hypergraph, which resulted in a lot of file name changes in the changeset. Those can be ignored. The bulk is theapps/create-hypergraph/src/Cli.tsfile. Focus your efforts thereCloses #351